Skip to content

feat: implement getAddressKeys method in AccountService and related updates#31

Open
jzunigax2 wants to merge 1 commit intomasterfrom
feat/get-encryption-keys
Open

feat: implement getAddressKeys method in AccountService and related updates#31
jzunigax2 wants to merge 1 commit intomasterfrom
feat/get-encryption-keys

Conversation

@jzunigax2
Copy link
Copy Markdown
Contributor

  • Added getAddressKeys method to AccountService for retrieving encryption keys associated with a user's email address.
  • Introduced MailNotSetupException to handle cases where the mail account is not set up.
  • Updated UserController to include a new endpoint for fetching mail account keys.
  • Created GetMailAccountKeysDto for validating input on the new endpoint.
  • Enhanced unit tests for AccountService and UserController to cover new functionality and exception handling.

…pdates

- Added getAddressKeys method to AccountService for retrieving encryption keys associated with a user's email address.
- Introduced MailNotSetupException to handle cases where the mail account is not set up.
- Updated UserController to include a new endpoint for fetching mail account keys.
- Created GetMailAccountKeysDto for validating input on the new endpoint.
- Enhanced unit tests for AccountService and UserController to cover new functionality and exception handling.
@sonarqubecloud
Copy link
Copy Markdown

@jzunigax2 jzunigax2 marked this pull request as ready for review April 29, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant